home *** CD-ROM | disk | FTP | other *** search
/ Sears Catalog 2006 Spring/Summer (French Canadian) / SearsCanada-AutomneEte2006-FrenchVersion-WinMac.bin / fr / main.swf / scripts / DefineButton2_82 / BUTTONCONDACTION on(press).as
Text File  |  2005-12-05  |  483b  |  16 lines

  1. on(press){
  2.    pShopper_mc._visible = true;
  3.    Selection.setFocus("this.pShopper_mc.descTxt");
  4.    pShopper_mc.gotoAndStop("order");
  5.    pShopper_mc.descVar = "";
  6.    pShopper_mc.catNumVar = "";
  7.    pShopper_mc.quantityVar = "1";
  8.    pShopper_mc.priceVar = "";
  9.    pShopper_mc.colourVar = "";
  10.    pShopper_mc.sizeVar = "";
  11.    pShopper_mc.adInfoVar = "";
  12.    pShopper_mc.pageNumVar = "";
  13.    pShopper_mc.descriptionVar = "";
  14.    sectionClip.lgClickArea.gotoAndStop("bttnsOff");
  15. }
  16.